-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue/628/rad min max in ensemble #631
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-aguena Looks good to me, thank you! The only thing is that I prefer to rename "ops.py" to "dataops.py" or even "data_operations.py", because I find it confusing to have another name.
Also, you might want to merge after Caio's PR, as it would be easier for you to resolve the merge conflicts. |
|
Just out of curiosity, I would like to know reason behind writing a new class |
Good eye! That is the exact reason |
* add radius min/max in ensamble and validation for its consistency * pass rmin/max to ClusterEnsemble.stacked_data * Update version to 1.13.0 --------- Co-authored-by: Hsin Fan <[email protected]>
Solves Issue #628